home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form2
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = "ReSize - Help"
- ClientHeight = 3360
- ClientLeft = 1350
- ClientTop = 1650
- ClientWidth = 6075
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 1
- weight = 700
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H80000008&
- Height = 3765
- Icon = "FORM2.frx":0000
- Left = 1290
- LinkTopic = "Form2"
- ScaleHeight = 3360
- ScaleWidth = 6075
- Top = 1305
- Width = 6195
- Begin VB.CommandButton Command1
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = "OK"
- Height = 372
- Left = 2280
- TabIndex = 1
- Top = 2760
- Width = 1332
- End
- Begin ResizeLibCtl.ReSize ReSize1
- Left = 240
- Top = 2640
- _version = 131072
- _extentx = 741
- _extenty = 741
- _stockprops = 0
- enabled = -1 'True
- formminwidth = 0
- formminheight = 0
- formdesignheight= 3360
- formdesignwidth = 6075
- End
- Begin VB.Label Label1
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = $"FORM2.frx":030A
- BeginProperty Font
- name = "Arial"
- charset = 1
- weight = 700
- size = 7.5
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H80000008&
- Height = 2172
- Left = 600
- TabIndex = 0
- Top = 120
- Width = 4932
- End
- Attribute VB_Name = "Form2"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Command1_Click()
- Unload Form2
- End Sub
-